home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / en-US.jar / locale / en-US / global / netError.dtd < prev    next >
Text File  |  2006-02-28  |  4KB  |  121 lines

  1. <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
  2. %brandDTD;
  3.  
  4. <!ENTITY loadError.label "Problem loading page">
  5. <!ENTITY retry.label "Try Again">
  6.  
  7. <!-- Specific error messages -->
  8.  
  9. <!ENTITY connectionFailure.title "Unable to connect">
  10. <!ENTITY connectionFailure.longDesc "&sharedLongDesc;">
  11.  
  12. <!ENTITY deniedPortAccess.title "This address is restricted">
  13. <!ENTITY deniedPortAccess.longDesc "">
  14.  
  15. <!ENTITY dnsNotFound.title "Server not found">
  16. <!ENTITY dnsNotFound.longDesc "
  17. <ul>
  18.   <li>Check the address for typing errors such as
  19.     <strong>ww</strong>.example.com instead of
  20.     <strong>www</strong>.example.com</li>
  21.   <li>If you are unable to load any pages, check your computer's network
  22.     connection.</li>
  23.   <li>If your computer or network is protected by a firewall or proxy, make sure
  24.     that &brandShortName; is permitted to access the Web.</li>
  25. </ul>
  26. ">
  27.  
  28. <!ENTITY fileNotFound.title "File not found">
  29. <!ENTITY fileNotFound.longDesc "
  30. <ul>
  31.   <li>Check the file name for capitalization or other typing errors.</li>
  32.   <li>Check to see if the file was moved, renamed or deleted.</li>
  33. </ul>
  34. ">
  35.  
  36.  
  37. <!ENTITY generic.title "Oops.">
  38. <!ENTITY generic.longDesc "
  39. <p>&brandShortName; can't load this page for some reason.</p>
  40. ">
  41.  
  42. <!ENTITY malformedURI.title "The address isn't valid">
  43. <!ENTITY malformedURI.longDesc "
  44. <ul>
  45.   <li>Web addresses are usually written like
  46.     <strong>http://www.example.com/</strong></li>
  47.   <li>Make sure that you're using forward slashes (i.e.
  48.     <strong>/</strong>).</li>
  49. </ul>
  50. ">
  51.  
  52. <!ENTITY netInterrupt.title "The connection was interrupted">
  53. <!ENTITY netInterrupt.longDesc "&sharedLongDesc;">
  54.  
  55. <!ENTITY netOffline.title "Offline mode">
  56. <!ENTITY netOffline.longDesc "
  57. <ul>
  58.   <li>Uncheck "Work Offline" in the File menu, then try again.</li>
  59. </ul>
  60. ">
  61.  
  62. <!ENTITY netReset.title "The connection was reset">
  63. <!ENTITY netReset.longDesc "&sharedLongDesc;">
  64.  
  65. <!ENTITY netTimeout.title "The connection has timed out">
  66. <!ENTITY netTimeout.longDesc "&sharedLongDesc;">
  67.  
  68. <!ENTITY protocolNotFound.title "The address wasn't understood">
  69. <!ENTITY protocolNotFound.longDesc "
  70. <ul>
  71.   <li>You might need to install other software to open this address.</li>
  72. </ul>
  73. ">
  74.  
  75. <!ENTITY proxyConnectFailure.title "The proxy server is refusing connections">
  76. <!ENTITY proxyConnectFailure.longDesc "
  77. <ul>
  78.   <li>Check the proxy settings to make sure that they are correct.</li>
  79.   <li>Contact your network administrator to make sure the proxy server is
  80.     working.</li>
  81. </ul>
  82. ">
  83.  
  84. <!ENTITY proxyResolveFailure.title "Unable to find the proxy server">
  85. <!ENTITY proxyResolveFailure.longDesc "
  86. <ul>
  87.   <li>Check the proxy settings to make sure that they are correct.</li>
  88.   <li>Check to make sure your computer has a working network connection.</li>
  89.   <li>If your computer or network is protected by a firewall or proxy, make sure
  90.     that &brandShortName; is permitted to access the Web.</li>
  91. </ul>
  92. ">
  93.  
  94. <!ENTITY redirectLoop.title "The page isn't redirecting properly">
  95. <!ENTITY redirectLoop.longDesc "
  96. <ul>
  97.   <li>This problem can sometimes be caused by disabling or refusing to accept
  98.     cookies.</li>
  99. </ul>
  100. ">
  101.  
  102. <!ENTITY unknownSocketType.title "Unexpected response from server">
  103. <!ENTITY unknownSocketType.longDesc "
  104. <ul>
  105.   <li>Check to make sure your system has the Personal Security Manager
  106.     installed.</li>
  107.   <li>This might be due to a non-standard configuration on the server.</li>
  108. </ul>
  109. ">
  110.  
  111. <!ENTITY sharedLongDesc "
  112. <ul>
  113.   <li>The site could be temporarily unavailable or too busy. Try again in a few
  114.     moments.</li>
  115.   <li>If you are unable to load any pages, check your computer's network
  116.     connection.</li>
  117.   <li>If your computer or network is protected by a firewall or proxy, make sure
  118.     that &brandShortName; is permitted to access the Web.</li>
  119. </ul>
  120. ">
  121.